Don't create new pango fontmaps. Use the default pangocairo fontmap and
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 23 May 2007 03:19:37 +0000 (03:19 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 23 May 2007 03:19:37 +0000 (03:19 +0000)
commit4fd4f44d8e24bdcf118dfe41409268ea68bd7e64
treeb8c1b9ffe152db8cd2b14b356d0f49bbfcd4b1d6
parentf8068767f29404dba2bf9efb4aaec644d009aadc
Don't create new pango fontmaps. Use the default pangocairo fontmap and

2007-05-22  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkprintcontext.c (gtk_print_context_finalize),
        (_gtk_print_context_new), (_gtk_print_context_get_fontmap),
        (gtk_print_context_set_cairo_context),
        (gtk_print_context_get_pango_fontmap),
        (gtk_print_context_create_pango_context):
        Don't create new pango fontmaps.  Use the default pangocairo
        fontmap and set resolution on PangoContext instead. (#417707)

svn path=/trunk/; revision=17893
ChangeLog
gtk/gtkprintcontext.c